projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da09b92
)
(sun4H:SunOS:5.*:*): New case.
author
Richard Kenner
<kenner@gnu.org>
Sat, 13 Jun 1998 19:51:10 +0000
(19:51 +0000)
committer
Richard Kenner
<kenner@gnu.org>
Sat, 13 Jun 1998 19:51:10 +0000
(19:51 +0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index 30230b3dfe9d01e4d915d36bb6ac7ba82d869200..ed660fb4ed058cf6a5cd432dba21bff78acb5939 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-150,6
+150,9
@@
EOF
NILE:*:*:dcosx)
echo pyramid-pyramid-svr4
exit 0 ;;
+ sun4H:SunOS:5.*:*)
+ echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+ exit 0 ;;
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit 0 ;;